window: Always disconnect signal handlers
authorMatthias Clasen <mclasen@redhat.com>
Wed, 27 Jan 2016 18:07:13 +0000 (13:07 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 27 Jan 2016 18:09:40 +0000 (13:09 -0500)
commit625f3e5f3940192ed21519c2477bd283a3fa4ae2
treebf44cae7a6c74125da11697b55f00150abcf63b3
parent88c3456d2fed626448059272b2a0db3f06db6e70
window: Always disconnect signal handlers

We connect to the titlebar widgets change notification regardless
whether it is internally created or not, so don't make the signal
handler disconnection conditional on that either.
gtk/gtkwindow.c